projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b88e6f
)
Fix trackfilter.
author
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 13 Nov 2017 17:13:46 +0000
(11:13 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Mon, 13 Nov 2017 17:13:46 +0000
(11:13 -0600)
trackfilter.cc
patch
|
blob
|
history
diff --git
a/trackfilter.cc
b/trackfilter.cc
index 2cc562ad3b97cb49f80a61c93df5953ff31dade4..603ab310253237da95693a4582ca36024228a39d 100644
(file)
--- a/
trackfilter.cc
+++ b/
trackfilter.cc
@@
-162,8
+162,8
@@
arglist_t trackfilter_args[] = {
TRACKFILTER_MINPOINTS_OPTION, &opt_minpoints,
"Discard tracks with fewer than these points",
NULL, ARGTYPE_INT, "0", "50", nullptr
- }
//
,
-
//
ARG_TERMINATOR
+ },
+ ARG_TERMINATOR
};